IAnalogMonitorManagerSetText Method |
Sets OSD message to monitor.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxvoid SetText(
AnalogMonitor monitor,
string text
)
Parameters
- monitor AnalogMonitor
- Analog monitor where OSD message should be set.
- text String
- OSD message
Exceptions| Exception | Condition |
|---|
| SdkException |
Thrown if monitor doesn't exist in the configuration or is not permitted to caller.
|
See Also